type runtime.functype

4 uses

	runtime (current package)
		mfinal.go#L496: 	ft := (*functype)(unsafe.Pointer(ftyp))
		type.go#L412: type functype = abi.FuncType
		type.go#L560: 		ft := (*functype)(unsafe.Pointer(t))
		type.go#L561: 		fv := (*functype)(unsafe.Pointer(v))